home *** CD-ROM | disk | FTP | other *** search
/ Aminet 35 / Aminet 35 (2000)(Schatztruhe)[!][Feb 2000].iso / Aminet / dev / misc / Istar.lha / Istar / Istar.readme < prev    next >
Encoding:
Text File  |  1999-12-01  |  4.7 KB  |  129 lines

  1. Short:    Knowledge Based System Inference Net Builder
  2. Author:    Andrew@basden.demon.co.uk
  3. Uploader:    Andrew@basden.demon.co.uk
  4. Version:    1.12
  5. Type:    dev/misc
  6.  
  7. ISTAR KNOWLEDGE SERVER
  8.  
  9. (Note:  At present, in Aminet, Istar in dev/misc
  10. and KnowledgeServer in comm/tcp, are the same program.  
  11. But in future they might diverge and have different 
  12. capabilities or packagings.)
  13.  
  14. Istar is a knowledge based system builder that allows you to construct
  15. inference nets, bayesian nets and semantic nets.  It has a particularly
  16. nice user interface, with a smoothness that only Amiga hardware can give.
  17. So it is useful for decision support, to help you clarify complex ideas.
  18.  
  19. You build your knowledge base by drawing boxes and arrows, and then
  20. can run the KB either direct or via a browser.  
  21. See docs/index.html to get going.  Most  documentation is now in html.
  22.  
  23. Istar has Knowledge Server capability.  That is, knowledge bases
  24. created by Istar can be run over the Internet, worldwide.
  25. (Note:  If you have a version of Istar1.1 that has a date on or before
  26. 6th October 1999, then you will find some tracing text that appears
  27. on the console when running in server mode.  This was detected, and
  28. removed on 7th October 1999.  The tracing merely shows stack usage,
  29. and is interesting: around 1k at that point - though best to keep
  30. stack high (20000) for other things.)
  31.  
  32. See the following Web pages:
  33.      
  34. The main Istar page is
  35.      http://www.basden.demon.co.uk/pgm/Istar
  36. and information about the server is on
  37.      http://www.basden.demon.co.uk/pgm/Istar/server.html
  38. which has a link allowing you to connect to the demonstration
  39. Istar Knowledge Server sites.
  40.  
  41. NEW IN THIS VERSION (See docs/history.html)
  42.  
  43. Version 1.12 fixes a couple of bugs, including one in the server that 
  44. prevented long forms from being displayed.  Main changes otherwise are
  45. that the client of server version can now start inference without a
  46. reset, and that the local lists panel is more powerful.
  47. Version 1.11 fixes a couple of bugs.  Also makes it easier for the
  48. distant client to explore a KB.  Otherwise it is version 1.1 in a
  49. different guise.
  50.  
  51. But the major change is that Version 1.1 has been made into
  52. a knowledge server.  That is, Istar can converse with a
  53. distant browser.
  54. In addition to a standard local user interface for the run-time user,
  55. there is also an interface to HTTP.  Though the modular nature
  56. of Istar made it easy to get an initial version working, the
  57. inference engine required an overhaul before it could support
  58. multi-user access.
  59.  
  60. Version 1.092 introduces reset values, which allows you to specify
  61. a default value to which an attribute will be set when a question is
  62. asked (previously it showed the value left there from previous
  63. working.  See history.html).  A few enforcer hits had been found
  64. and these have been fixed; see bugs.html.  Help buttons are now
  65. available on forms.
  66.  
  67. PLANS
  68.  
  69. Next major version should be able to obtain info by downloading
  70. from any Internet site.
  71.  
  72. COPYRIGHT
  73.  
  74. Istar, all versions, are copyright (C) Andrew Basden, University
  75. of Salford, Salford, M5 4WT, U.K.  Istar@basden.demon.co.uk.
  76.  
  77. The version with this file can be used freely as long as all copies
  78. of it include the name 'Istar' in their file names whereever they
  79. are stored and as long as this file and copyright notice is
  80. kept with the file.
  81.  
  82. SYSTEM REQUIREMENTS
  83.  
  84. Known to work on Amiga 1200, 3000, 4000.  Will just about run in
  85. 2Mb machines, but recommend use the IstarPrefs_LowMem as your
  86. preferences file.
  87.  
  88. Assigns needed (can work without them):
  89.     IstarSys: (has IstarPrefs and, in future, other things)
  90.     KBTools: where KBs are saved etc.
  91. Fonts used (unless specified in IstarPrefs):
  92.     Courier
  93.     Garnet
  94.     Topaz
  95. Libs used:
  96.     iff.library (but can work without it)
  97. Stack usage:  20,000 recommended, but real usage unknown.
  98.     Surprisingly small, but once ran out when the standard 4k.
  99.  
  100. It works best if you assign KBTools: to the directory where you keep
  101. your knowledge bases, and IstarSys: to a directory where various system
  102. files are kept.  At present, the only file sought in IstarSys is IstarPrefs.
  103. Otherwise just starts as Sys: root.
  104.  
  105. FILES INCLUDED:
  106.  
  107. Istar    Main program.
  108. This Istar.readme and Intro files.
  109. Preferences files, especially IstarPrefs.server
  110. Server text files in files/ directory.
  111. Server KB text files and .serverkbs control file in KBs
  112. Documentation.  Most is now html and cross-linked
  113. for easy reference.  docs/Intro is an ascii version of index.html.
  114. Sample knowledge bases.
  115. Installation script.
  116.  
  117. DISCLAIMER:
  118.  
  119. Istar is supplied as-is.
  120.  
  121. Istar is still under development.  Some of its buttons do not work
  122. because they are not attached to anything yet.  Some of its more
  123. exotic data transformations do not yet work.  See bugs.html.
  124.  
  125. Let me know what you think of it, by mailing me at Istar@basden.demon.co.uk
  126.  
  127. Andrew Basden.
  128. 1 Dec 1999.
  129.